騎士のための剣を作成#2090
Open
LeinelLacyulie wants to merge 5 commits into
Open
Conversation
Lapis-LJA
requested changes
Jul 16, 2026
Comment on lines
+59
to
+60
| # グローバルクールダウン (int) (オプション) | ||
| data modify storage asset:artifact SpecialCooldown set value 40 |
Author
There was a problem hiding this comment.
いちおうパリィって機能自体が強すぎるかなって思ったのでGCDにしたんですが…TCD二種くらいでも良さそうですね…
Contributor
There was a problem hiding this comment.
何も演出ないけど仕様?
仮に意図していたとしても、演出なしは流石に避けてほしいかな~
Author
There was a problem hiding this comment.
今回のはシステムの功罪を見てもらいたかっただけなので演出は作ってません…演出入れる予定はあります
Comment on lines
+7
to
+9
| #> 定義類はここに | ||
| # @within function asset:object/1175.timer_of_sword_for_knight/** | ||
| scoreboard objectives add 1175.Timer dummy |
Contributor
There was a problem hiding this comment.
General.Object.Tickを使えば良さそうな気がする
Author
There was a problem hiding this comment.
General.Object.Tickを知らないのであとで教えてください…
Comment on lines
+14
to
+16
| tag @s add 1574used | ||
| data modify storage api: Argument.ID set value 1175 | ||
| execute positioned ~ ~ ~ run function api:object/summon |
Contributor
There was a problem hiding this comment.
tagの使い方が健全ではなさそうなので、後々色々説明したい
あとpositioned ~ ~ ~は特に座標をずらさない場合は不要かな
|
|
||
| #> tag | ||
| # @within function asset:artifact/1574.sword_for_knight/onclick/** | ||
| #declare tag 1574used |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
主な機能はここにはありませんがオブジェクトと神器を作成